size(200, 200); // Runs the size() function
int x; // Declares a new variable x
x = 102; // Assigns the value 102 to the variable x
background(x); // Runs the background() function
